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.
Gets or sets the XML schema used for validation.
Namespace: Microsoft.SqlServer.Management.Smo.Broker
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone, "dbo")> _
Public Property ValidationXmlSchemaCollectionSchema As String
Get
Set
'Usage
Dim instance As MessageType
Dim value As String
value = instance.ValidationXmlSchemaCollectionSchema
instance.ValidationXmlSchemaCollectionSchema = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone, "dbo")]
public string ValidationXmlSchemaCollectionSchema { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone, L"dbo")]
public:
property String^ ValidationXmlSchemaCollectionSchema {
String^ get ();
void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone, "dbo")>]
member ValidationXmlSchemaCollectionSchema : string with get, set
function get ValidationXmlSchemaCollectionSchema () : String
function set ValidationXmlSchemaCollectionSchema (value : String)
Property Value
Type: System.String
A String value with the schema for validation.