NewServerStorage 메서드
Creates a new Integration Services package store in which the original or the upgraded Integration Services packages.
네임스페이스: Microsoft.SqlServer.Dts.Runtime
어셈블리: Microsoft.SqlServer.ManagedDTS(Microsoft.SqlServer.ManagedDTS.dll)
구문
‘선언
Public Shared Function NewServerStorage ( _
host As String _
) As StorageInfo
‘사용 방법
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
매개 변수
- host
유형: System. . :: . .String
The name of the server on which the new package store will be created.
반환 값
유형: Microsoft.SqlServer.Dts.Runtime. . :: . .StorageInfo
A StorageInfo object that specifies the newly created package store.