サーバー プロパティ ファイル文字列を取得または設定します。
名前空間 : Microsoft.Data.Schema.Tasks
アセンブリ : Microsoft.Data.Schema.Tasks (Microsoft.Data.Schema.Tasks.dll 内)
構文
'宣言
Public Property ServerPropertiesFile As String
'使用
Dim instance As DBSetupDeployTask
Dim value As String
value = instance.ServerPropertiesFile
instance.ServerPropertiesFile = value
public string ServerPropertiesFile { get; set; }
public:
property String^ ServerPropertiesFile {
String^ get ();
void set (String^ value);
}
public function get ServerPropertiesFile () : String
public function set ServerPropertiesFile (value : String)
プロパティ値
型 : System.String