XmlSchemaCollectionsList Propiedad
Esta API es compatible con la infraestructura de .NET Framework y no se diseñó para usarse directamente desde el código.
Espacio de nombres: Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask
Ensamblado: Microsoft.SqlServer.TransferSqlServerObjectsTask (en Microsoft.SqlServer.TransferSqlServerObjectsTask.dll)
Sintaxis
'Declaración
Property XmlSchemaCollectionsList As StringCollection
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: System.Collections.Specialized. . :: . .StringCollection