ObjectSchema プロパティ
権限が適用されるオブジェクトのスキーマを取得します。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
Public ReadOnly Property ObjectSchema As String
Get
'使用
Dim instance As PermissionInfo
Dim value As String
value = instance.ObjectSchema
public string ObjectSchema { get; }
public:
property String^ ObjectSchema {
String^ get ();
}
member ObjectSchema : string
function get ObjectSchema () : String
プロパティ値
型: System. . :: . .String
オブジェクトのスキーマを示す String 値です。