Initializes a new instance of the PackageInfo.Key class with the specified key name.
네임스페이스: Microsoft.SqlServer.Management.IntegrationServices
어셈블리: Microsoft.SqlServer.Management.IntegrationServices(Microsoft.SqlServer.Management.IntegrationServices.dll)
구문
‘선언
Public Sub New ( _
managedInstanceName As String _
)
‘사용 방법
Dim managedInstanceName As String
Dim instance As New PackageInfo.Key(managedInstanceName)
public Key(
string managedInstanceName
)
public:
Key(
String^ managedInstanceName
)
new :
managedInstanceName:string -> Key
public function PackageInfo.Key(
managedInstanceName : String
)
매개 변수
- managedInstanceName
유형: System.String
The key name.