MessageType.ValidationXmlSchemaCollection Property

Definition

Important

This API is not CLS-compliant.

[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyFlags.Standalone)]
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcReference(typeof(Microsoft.SqlServer.Management.Smo.XmlSchemaCollection), "Server[@Name = '{0}']/Database[@Name = '{1}']/XmlSchemaCollection[@Name='{2}' and @Schema='{3}']", new System.String[] { "Parent.Parent.Parent.ConnectionContext.TrueName", "Parent.Parent.Name", "ValidationXmlSchemaCollection", "ValidationXmlSchemaCollectionSchema" })]
[System.CLSCompliant(false)]
public string ValidationXmlSchemaCollection { get; set; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyFlags.Standalone)>]
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcReference(typeof(Microsoft.SqlServer.Management.Smo.XmlSchemaCollection), "Server[@Name = '{0}']/Database[@Name = '{1}']/XmlSchemaCollection[@Name='{2}' and @Schema='{3}']", new System.String[] { "Parent.Parent.Parent.ConnectionContext.TrueName", "Parent.Parent.Name", "ValidationXmlSchemaCollection", "ValidationXmlSchemaCollectionSchema" })>]
[<System.CLSCompliant(false)>]
member this.ValidationXmlSchemaCollection : string with get, set
Public Property ValidationXmlSchemaCollection As String

Property Value

Attributes

Applies to