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