Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public Property ValidationMethod As MessageValidationMethod
'Usage
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);
}
public function get ValidationMethod () : MessageValidationMethod
public function set ValidationMethod (value : MessageValidationMethod)
Property Value
Type: Microsoft.Data.Schema.ScriptDom.Sql.MessageValidationMethod
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
MessageTypeStatementBase Class