PartitionSchemesList 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 PartitionSchemesList As StringCollection
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: System.Collections.Specialized. . :: . .StringCollection