DefaultDatabase プロパティ

SOAP ペイロードの既定のデータベースを取得します。値の設定も可能です。

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

構文

'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property DefaultDatabase As String
    Get
    Set
'使用
Dim instance As SoapPayload
Dim value As String

value = instance.DefaultDatabase

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

プロパティ値

型: System. . :: . .String
SOAP ペイロードの既定のデータベースを示す String 値です。