DefaultSchema プロパティ

データベース ユーザーの既定のスキーマを取得します。

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

構文

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

value = instance.DefaultSchema

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

プロパティ値

型: System. . :: . .String
データベース ユーザーの既定のスキーマを示す String 値です。