Propriété InstanceName
Gets the instance name associated with the ConnectionInfo object.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public ReadOnly Property InstanceName As String
Get
'Utilisation
Dim instance As ConnectionInfo
Dim value As String
value = instance.InstanceName
public string InstanceName { get; }
public:
property String^ InstanceName {
String^ get ();
}
member InstanceName : string
function get InstanceName () : String
Valeur de propriété
Type : System. . :: . .String
The name of an Analysis Services instance.