次の方法で共有


Namespace プロパティ

SOAP メソッドの名前空間を取得します。値の設定も可能です。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
<SfcPropertyAttribute> _
Public Property Namespace As String
    Get
    Set
'使用
Dim instance As SoapMethodObject
Dim value As String

value = instance.Namespace

instance.Namespace = value
[SfcPropertyAttribute]
public string Namespace { get; set; }
[SfcPropertyAttribute]
public:
property String^ Namespace {
    String^ get ();
    void set (String^ value);
}
[<SfcPropertyAttribute>]
member Namespace : string with get, set
function get Namespace () : String
function set Namespace (value : String)

プロパティ値

型: System. . :: . .String
SOAP メソッドの名前空間を示す String 値です。