次の方法で共有


SqlBuildTask.AllowServerObjects プロパティ

許可サーバー オブジェクト文字列を取得または設定します。

名前空間 :  Microsoft.Data.Schema.Tasks
アセンブリ :  Microsoft.Data.Schema.Tasks (Microsoft.Data.Schema.Tasks.dll 内)

構文

'宣言
Public Property AllowServerObjects As String
'使用
Dim instance As SqlBuildTask
Dim value As String

value = instance.AllowServerObjects

instance.AllowServerObjects = value
public string AllowServerObjects { get; set; }
public:
property String^ AllowServerObjects {
    String^ get ();
    void set (String^ value);
}
public function get AllowServerObjects () : String
public function set AllowServerObjects (value : String)

プロパティ値

型 : System.String

参照

参照

SqlBuildTask クラス

SqlBuildTask メンバ

Microsoft.Data.Schema.Tasks 名前空間