Constructeur NamedKey<T> (String)
Initializes a new instance of the NamedKey<T> class from a string.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Public Sub New ( _
name As String _
)
'Utilisation
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
)
Paramètres
- name
Type : System.String
The name string.