XmlSchemaCollectionsList propriété
Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.
Espace de noms : Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask
Assembly : Microsoft.SqlServer.TransferSqlServerObjectsTask (dans Microsoft.SqlServer.TransferSqlServerObjectsTask.dll)
Syntaxe
'Déclaration
Property XmlSchemaCollectionsList As StringCollection
Get
Set
'Utilisation
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)
Valeur de la propriété
Type : System.Collections.Specialized. . :: . .StringCollection