Delen via


XmlDataTypeReference.XmlSchemaCollection Property

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

See Also

Reference

XmlDataTypeReference Class

Microsoft.SqlServer.TransactSql.ScriptDom Namespace