Column.RuleSchema プロパティ
列にバインドされるルール スキーマを取得または設定します。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.ReadOnlyAfterCreation Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase, _
"dbo")> _
Public Property RuleSchema As String
Get
Set
'使用
Dim instance As Column
Dim value As String
value = instance.RuleSchema
instance.RuleSchema = value
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase,
"dbo")]
public string RuleSchema { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::ReadOnlyAfterCreation|SfcPropertyFlags::Standalone|SfcPropertyFlags::SqlAzureDatabase,
L"dbo")]
public:
property String^ RuleSchema {
String^ get ();
void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase,
"dbo")>]
member RuleSchema : string with get, set
function get RuleSchema () : String
function set RuleSchema (value : String)
プロパティ値
型: System.String
列にバインドされるルール スキーマの名前を示す String 値です。
説明
注 |
---|
UserDefinedTableType オブジェクトに基づく列では、RuleSchema プロパティの値は常に空の文字列と見なされます。 |
使用例
関連項目
参照
Microsoft.SqlServer.Management.Smo 名前空間