Aracılığıyla paylaş


StorageInfo.NewServerStorage Yöntemi

Oluşturur Yeni bir Integration Services paket deposunda, özgün veya yükseltilmiş Integration Services paketleri.

Ad Alanı:  Microsoft.SqlServer.Dts.Runtime
Derleme:  Microsoft.SqlServer.ManagedDTS (Microsoft.SqlServer.ManagedDTS içinde.dll)

Sözdizimi

'Bildirim
Public Shared Function NewServerStorage ( _
    host As String _
) As StorageInfo
'Kullanım
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

Parametreler

  • host
    Tür: System.String
    Yeni paket deposu oluşturulacak sunucu adı.

Dönüş Değeri

Tür: Microsoft.SqlServer.Dts.Runtime.StorageInfo
A StorageInfo nesne belirleyen yeni oluşturulan paket deposu.