MessageTypeStatementBase.XmlSchemaCollectionName Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the name of an existing XML schema collection.

Namespace:   Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

public SchemaObjectName XmlSchemaCollectionName { get; set; }
public:
property SchemaObjectName^ XmlSchemaCollectionName {
    SchemaObjectName^ get();
    void set(SchemaObjectName^ value);
}
member XmlSchemaCollectionName : SchemaObjectName with get, set
Public Property XmlSchemaCollectionName As SchemaObjectName

Property Value

Type: Microsoft.SqlServer.TransactSql.ScriptDom.SchemaObjectName

The name of an existing XML schema collection.

See Also

MessageTypeStatementBase Class
Microsoft.SqlServer.TransactSql.ScriptDom Namespace

Return to top