Oharra
Baimena behar duzu orria atzitzeko. Direktorioetan saioa has dezakezu edo haiek alda ditzakezu.
Baimena behar duzu orria atzitzeko. Direktorioak alda ditzakezu.
Gets or sets a StringCollection listing the stored procedures to transfer when CopyAllStoredProcedures is false.
Espacio de nombres: Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask
Ensamblado: Microsoft.SqlServer.TransferSqlServerObjectsTask (in microsoft.sqlserver.transfersqlserverobjectstask.dll)
Sintaxis
'Declaración
Public Property StoredProceduresList As StringCollection
public StringCollection StoredProceduresList { get; set; }
public:
virtual property StringCollection^ StoredProceduresList {
StringCollection^ get () sealed;
void set (StringCollection^ value) sealed;
}
/** @property */
public final StringCollection get_StoredProceduresList ()
/** @property */
public final void set_StoredProceduresList (StringCollection value)
public final function get StoredProceduresList () : StringCollection
public final function set StoredProceduresList (value : StringCollection)
Valor de propiedad
A StringCollection that lists the stored procedures to transfer.
Notas
The default value is an empty string collection.
Seguridad para subprocesos
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Plataformas
Plataformas de desarrollo
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Plataformas de destino
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Vea también
Referencia
TransferSqlServerObjectsTask Class
TransferSqlServerObjectsTask Members
Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask Namespace