MessageTypeStatementBase.XmlSchemaCollectionName 属性

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

命名空间:  Microsoft.SqlServer.TransactSql.ScriptDom
程序集:  Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

语法

声明
Public Property XmlSchemaCollectionName As SchemaObjectName 
    Get 
    Set
用法
Dim instance As MessageTypeStatementBase 
Dim value As SchemaObjectName 

value = instance.XmlSchemaCollectionName

instance.XmlSchemaCollectionName = value
public SchemaObjectName XmlSchemaCollectionName { get; set; }
public:
property SchemaObjectName^ XmlSchemaCollectionName {
    SchemaObjectName^ get ();
    void set (SchemaObjectName^ value);
}
member XmlSchemaCollectionName : SchemaObjectName with get, set
function get XmlSchemaCollectionName () : SchemaObjectName 
function set XmlSchemaCollectionName (value : SchemaObjectName)

属性值

类型:Microsoft.SqlServer.TransactSql.ScriptDom.SchemaObjectName
The name of an existing XML schema collection.

请参阅

参考

MessageTypeStatementBase 类

Microsoft.SqlServer.TransactSql.ScriptDom 命名空间