CopyAllXmlSchemaCollections-Eigenschaft
Die API unterstützt die .NET Framework-Infrastruktur und ist nicht für eine direkte Verwendung vom Code aus vorgesehen.
Namespace: Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask
Assembly: Microsoft.SqlServer.TransferSqlServerObjectsTask (in Microsoft.SqlServer.TransferSqlServerObjectsTask.dll)
Syntax
'Declaration
Property CopyAllXmlSchemaCollections As Boolean
Get
Set
'Usage
Dim instance As ITransferSqlServerObjectsTask
Dim value As Boolean
value = instance.CopyAllXmlSchemaCollections
instance.CopyAllXmlSchemaCollections = value
bool CopyAllXmlSchemaCollections { get; set; }
property bool CopyAllXmlSchemaCollections {
bool get ();
void set (bool value);
}
abstract CopyAllXmlSchemaCollections : bool with get, set
function get CopyAllXmlSchemaCollections () : boolean
function set CopyAllXmlSchemaCollections (value : boolean)