Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Creates a new Integration Services package store in which the original or the upgraded packages.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime
Ensamblado: Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)
Sintaxis
'Declaración
Public Shared Function NewServerStorage ( _
host As String _
) As StorageInfo
'Uso
Dim host As String
Dim returnValue As StorageInfo
returnValue = StorageInfo.NewServerStorage(host)
public static StorageInfo NewServerStorage(
string host
)
public:
static StorageInfo^ NewServerStorage(
String^ host
)
static member NewServerStorage :
host:string -> StorageInfo
public static function NewServerStorage(
host : String
) : StorageInfo
Parámetros
- host
Tipo: System.String
The name of the server on which the new package store will be created.
Valor devuelto
Tipo: Microsoft.SqlServer.Dts.Runtime.StorageInfo
A StorageInfo object that specifies the newly created package store.