次の方法で共有


DefaultRuleBase.TextBody プロパティ

既定値またはルールを定義するテキストを取得または設定します。

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

構文

'宣言
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Expensive Or SfcPropertyFlags.Standalone)> _
Public Property TextBody As String 
    Get 
    Set
'使用
Dim instance As DefaultRuleBase 
Dim value As String 

value = instance.TextBody

instance.TextBody = value
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Expensive|SfcPropertyFlags.Standalone)]
public string TextBody { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::Expensive|SfcPropertyFlags::Standalone)]
public:
virtual property String^ TextBody {
    String^ get () sealed;
    void set (String^ value) sealed;
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Expensive|SfcPropertyFlags.Standalone)>]
abstract TextBody : string with get, set
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Expensive|SfcPropertyFlags.Standalone)>]
override TextBody : string with get, set
final function get TextBody () : String 
final function set TextBody (value : String)

プロパティ値

型: System.String
既定値またはルールを定義する String 値です。

実装

ITextObject.TextBody

説明

これは、Transact-SQL CREATE DEFAULT ステートメント内の constant_expression および Transact-SQL CREATE RULE ステートメント内の condition_expression に相当します。

使用例

既定値の作成、変更、および削除

ルールの作成、変更、および削除

関連項目

参照

DefaultRuleBase クラス

Microsoft.SqlServer.Management.Smo 名前空間

その他の技術情報

データベース オブジェクトでの作業

ルール

既定値