Partager via


Propriété MiningServiceParameter.ServiceName

Gets the service name for the mining service parameter.

Espace de noms :  Microsoft.AnalysisServices.AdomdClient
Assembly :  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Syntaxe

'Déclaration
Public ReadOnly Property ServiceName As String 
    Get
'Utilisation
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

Valeur de propriété

Type : System.String
A String containing the service name.

Voir aussi

Référence

MiningServiceParameter Classe

Espace de noms Microsoft.AnalysisServices.AdomdClient