ProbeReference Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
| Nom | Description |
|---|---|
| ProbeReference(String, String) | |
| ProbeReference(String, IDictionary<String,Expression>, String, IDataMorph) | |
| ProbeReference(String, IDictionary<String,Expression>, String, IDataMorph) |
ProbeReference(String, String)
public ProbeReference(string probeName, string probeNameAlias = default);
new Microsoft.SqlServer.Management.Assessment.Checks.ProbeReference : string * string -> Microsoft.SqlServer.Management.Assessment.Checks.ProbeReference
Public Sub New (probeName As String, Optional probeNameAlias As String = Nothing)
Paramètres
- probeName
- String
- probeNameAlias
- String
S’applique à
ProbeReference(String, IDictionary<String,Expression>, String, IDataMorph)
public ProbeReference(string probeName, System.Collections.Generic.IDictionary<string,Microsoft.SqlServer.Management.Assessment.Expressions.Expression> parameters, string probeNameAlias = default, Microsoft.SqlServer.Management.Assessment.Data.IDataMorph dataMorph = default);
new Microsoft.SqlServer.Management.Assessment.Checks.ProbeReference : string * System.Collections.Generic.IDictionary<string, Microsoft.SqlServer.Management.Assessment.Expressions.Expression> * string * Microsoft.SqlServer.Management.Assessment.Data.IDataMorph -> Microsoft.SqlServer.Management.Assessment.Checks.ProbeReference
Public Sub New (probeName As String, parameters As IDictionary(Of String, Expression), Optional probeNameAlias As String = Nothing, Optional dataMorph As IDataMorph = Nothing)
Paramètres
- probeName
- String
- parameters
- IDictionary<String,Expression>
- probeNameAlias
- String
- dataMorph
- IDataMorph
S’applique à
ProbeReference(String, IDictionary<String,Expression>, String, IDataMorph)
public ProbeReference(string probeName, System.Collections.Generic.IDictionary<string,Microsoft.SqlServer.Management.Assessment.Expressions.Expression> parameters, string probeNameAlias = default, Microsoft.SqlServer.Management.Assessment.IDataMorph dataMorph = default);
new Microsoft.SqlServer.Management.Assessment.Checks.ProbeReference : string * System.Collections.Generic.IDictionary<string, Microsoft.SqlServer.Management.Assessment.Expressions.Expression> * string * Microsoft.SqlServer.Management.Assessment.IDataMorph -> Microsoft.SqlServer.Management.Assessment.Checks.ProbeReference
Public Sub New (probeName As String, parameters As IDictionary(Of String, Expression), Optional probeNameAlias As String = Nothing, Optional dataMorph As IDataMorph = Nothing)
Paramètres
- probeName
- String
- parameters
- IDictionary<String,Expression>
- probeNameAlias
- String
- dataMorph
- IDataMorph