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 collection. Optional may be nulla null reference (Nothing in Visual Basic).
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property XmlSchemaCollection As SchemaObjectName
Get
Set
'Usage
Dim instance As XmlDataTypeReference
Dim value As SchemaObjectName
value = instance.XmlSchemaCollection
instance.XmlSchemaCollection = value
public SchemaObjectName XmlSchemaCollection { get; set; }
public:
property SchemaObjectName^ XmlSchemaCollection {
SchemaObjectName^ get ();
void set (SchemaObjectName^ value);
}
member XmlSchemaCollection : SchemaObjectName with get, set
function get XmlSchemaCollection () : SchemaObjectName
function set XmlSchemaCollection (value : SchemaObjectName)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.SchemaObjectName
The XML schema collection