Compartilhar via


Propriedade do RDL MiningServiceParameter.ParameterType

Gets the type of the parameter value.

Namespace:  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (em Microsoft.AnalysisServices.AdomdClient.dll)

Sintaxe

'Declaração
Public ReadOnly Property ParameterType As String 
    Get
'Uso
Dim instance As MiningServiceParameter 
Dim value As String 

value = instance.ParameterType
public string ParameterType { get; }
public:
property String^ ParameterType {
    String^ get ();
}
member ParameterType : string
function get ParameterType () : String

Valor da propriedade

Tipo: System.String
A String containing the type of the parameter value, in DBTYPE format.

Consulte também

Referência

MiningServiceParameter Classe

Namespace Microsoft.AnalysisServices.AdomdClient