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.