Constructeur SchemaNamedKey<T> (String, String)
Initializes a new instance of the SchemaNamedKey<T> class from a name string and a schema 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 ( _
schema As String, _
name As String _
)
'Utilisation
Dim schema As String
Dim name As String
Dim instance As New SchemaNamedKey(schema, _
name)
public SchemaNamedKey(
string schema,
string name
)
public:
SchemaNamedKey(
String^ schema,
String^ name
)
new :
schema:string *
name:string -> SchemaNamedKey
public function SchemaNamedKey(
schema : String,
name : String
)
Paramètres
- schema
Type : System.String
The schema string.
- name
Type : System.String
The name string.