Propriedade do RDL MiningServiceParameter.ServiceName
Gets the service name for the mining service parameter.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (em Microsoft.AnalysisServices.AdomdClient.dll)
Sintaxe
'Declaração
Public ReadOnly Property ServiceName As String
Get
'Uso
Dim instance As MiningServiceParameter
Dim value As String
value = instance.ServiceName
public string ServiceName { get; }
public:
property String^ ServiceName {
String^ get ();
}
member ServiceName : string
function get ServiceName () : String
Valor da propriedade
Tipo: System.String
A String containing the service name.