Propriété PartitionSchemesList
Cette API prend en charge l'infrastructure 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 (en Microsoft.SqlServer.TransferSqlServerObjectsTask.dll)
Syntaxe
'Déclaration
Property PartitionSchemesList As StringCollection
Get
Set
'Utilisation
Dim instance As ITransferSqlServerObjectsTask
Dim value As StringCollection
value = instance.PartitionSchemesList
instance.PartitionSchemesList = value
StringCollection PartitionSchemesList { get; set; }
property StringCollection^ PartitionSchemesList {
StringCollection^ get ();
void set (StringCollection^ value);
}
abstract PartitionSchemesList : StringCollection with get, set
function get PartitionSchemesList () : StringCollection
function set PartitionSchemesList (value : StringCollection)
Valeur de propriété
Type : System.Collections.Specialized. . :: . .StringCollection