UI でプロパティを設定します。
名前空間 : Microsoft.VisualStudio.Data.Schema.Project.Sql.Automation
アセンブリ : Microsoft.VisualStudio.Data.Schema.Project.Sql (Microsoft.VisualStudio.Data.Schema.Project.Sql.dll 内)
構文
'宣言
Public Function SetProperty ( _
propertyName As String, _
propertyValue As String _
) As Boolean
'使用
Dim instance As OADeploymentConfigurationEditor
Dim propertyName As String
Dim propertyValue As String
Dim returnValue As Boolean
returnValue = instance.SetProperty(propertyName, _
propertyValue)
public bool SetProperty(
string propertyName,
string propertyValue
)
public:
bool SetProperty(
String^ propertyName,
String^ propertyValue
)
public function SetProperty(
propertyName : String,
propertyValue : String
) : boolean
パラメータ
- propertyName
型 : System.String
設定するプロパティの名前
- propertyValue
型 : System.String
プロパティの新しい値
戻り値
型 : System.Boolean
参照
参照
OADeploymentConfigurationEditor クラス
OADeploymentConfigurationEditor メンバ
Microsoft.VisualStudio.Data.Schema.Project.Sql.Automation 名前空間