RuleSchema プロパティ

列にバインドされるルール スキーマを取得します。値の設定も可能です。

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

構文

'宣言
<SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)> _
Public Property RuleSchema As String
    Get
    Set
'使用
Dim instance As Column
Dim value As String

value = instance.RuleSchema

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

プロパティ値

型: System. . :: . .String
列にバインドされるルール スキーマの名前を示す String 値です。

説明

注意注意

UserDefinedTableType オブジェクトに基づく列では、RuleSchema プロパティの値は常に空の文字列と見なされます。