NameKey 构造函数
Initializes a new instance of the NameKey class with the specified key name.
命名空间: Microsoft.SqlServer.Management.IntegrationServices
程序集: Microsoft.SqlServer.Management.IntegrationServices(在 Microsoft.SqlServer.Management.IntegrationServices.dll 中)
语法
声明
Public Sub New ( _
keyName As String _
)
用法
Dim keyName As String
Dim instance As New NameKey(keyName)
public NameKey(
string keyName
)
public:
NameKey(
String^ keyName
)
new :
keyName:string -> NameKey
public function NameKey(
keyName : String
)
参数
- keyName
类型:System.String
The key name.