Rule プロパティ
列にバインドされるルールを取得します。値の設定も可能です。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
<SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)> _
Public Property Rule As String
Get
Set
'使用
Dim instance As Column
Dim value As String
value = instance.Rule
instance.Rule = value
[SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)]
public string Rule { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::ReadOnlyAfterCreation)]
public:
property String^ Rule {
String^ get ();
void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)>]
member Rule : string with get, set
function get Rule () : String
function set Rule (value : String)
プロパティ値
型: System. . :: . .String
列にバインドされるルールを示す String 値です。