ProbeReference Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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)
Parameters
- probeName
- String
- probeNameAlias
- String
Applies to
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)
Parameters
- probeName
- String
- parameters
- IDictionary<String,Expression>
- probeNameAlias
- String
- dataMorph
- IDataMorph
Applies to
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)
Parameters
- probeName
- String
- parameters
- IDictionary<String,Expression>
- probeNameAlias
- String
- dataMorph
- IDataMorph