MessageTypeValidation プロパティ
メッセージ本文で実行される検証の種類を取得します。値の設定も可能です。
名前空間: Microsoft.SqlServer.Management.Smo.Broker
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property MessageTypeValidation As MessageTypeValidation
Get
Set
'使用
Dim instance As MessageType
Dim value As MessageTypeValidation
value = instance.MessageTypeValidation
instance.MessageTypeValidation = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public MessageTypeValidation MessageTypeValidation { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property MessageTypeValidation MessageTypeValidation {
MessageTypeValidation get ();
void set (MessageTypeValidation value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member MessageTypeValidation : MessageTypeValidation with get, set
function get MessageTypeValidation () : MessageTypeValidation
function set MessageTypeValidation (value : MessageTypeValidation)
プロパティ値
型: Microsoft.SqlServer.Management.Smo.Broker. . :: . .MessageTypeValidation
メッセージ本文で実行される検証の種類を示す MessageTypeValidation オブジェクトの値です。