Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
'Declaration
Public Property XmlSchemaCollectionName As SchemaObjectName
Get
Set
'Usage
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)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.SchemaObjectName
The name of an existing XML schema collection.