MessageTypeStatementBase.ValidationMethod 속성
Gets or sets how Service Broker validates the message body for messages of this kind.
네임스페이스: Microsoft.SqlServer.TransactSql.ScriptDom
어셈블리: Microsoft.SqlServer.TransactSql.ScriptDom(Microsoft.SqlServer.TransactSql.ScriptDom.dll)
구문
‘선언
Public Property ValidationMethod As MessageValidationMethod
Get
Set
‘사용 방법
Dim instance As MessageTypeStatementBase
Dim value As MessageValidationMethod
value = instance.ValidationMethod
instance.ValidationMethod = value
public MessageValidationMethod ValidationMethod { get; set; }
public:
property MessageValidationMethod ValidationMethod {
MessageValidationMethod get ();
void set (MessageValidationMethod value);
}
member ValidationMethod : MessageValidationMethod with get, set
function get ValidationMethod () : MessageValidationMethod
function set ValidationMethod (value : MessageValidationMethod)
속성 값
유형: Microsoft.SqlServer.TransactSql.ScriptDom.MessageValidationMethod
The validation method.