ITransferSqlServerObjectsTask.XmlSchemaCollectionsList 属性
此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Gets or sets a list of XML schema collections to transfer.
命名空间: Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask
程序集: Microsoft.SqlServer.TransferSqlServerObjectsTask(在 Microsoft.SqlServer.TransferSqlServerObjectsTask.dll 中)
语法
声明
Property XmlSchemaCollectionsList As StringCollection
Get
Set
用法
Dim instance As ITransferSqlServerObjectsTask
Dim value As StringCollection
value = instance.XmlSchemaCollectionsList
instance.XmlSchemaCollectionsList = value
StringCollection XmlSchemaCollectionsList { get; set; }
property StringCollection^ XmlSchemaCollectionsList {
StringCollection^ get ();
void set (StringCollection^ value);
}
abstract XmlSchemaCollectionsList : StringCollection with get, set
function get XmlSchemaCollectionsList () : StringCollection
function set XmlSchemaCollectionsList (value : StringCollection)
属性值
类型:System.Collections.Specialized.StringCollection
A list of XML schema collections to transfer.
请参阅
参考
ITransferSqlServerObjectsTask 接口
Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask 命名空间