Propriedade do RDL Database.IMajorObject.Path
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Gets the path implementation of the Database.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Private ReadOnly Property Path As String
Implements IMajorObject.Path
Get
'Uso
Dim instance As Database
Dim value As String
value = CType(instance, IMajorObject).Path
string IMajorObject.Path { get; }
private:
virtual property String^ Path {
String^ get () sealed = IMajorObject::Path::get;
}
private abstract Path : string
private override Path : string
JScript dá suporte ao uso de implementações de interfaces explícitas, mas não a declarações de implementações novas.
Valor da propriedade
Tipo: System.String
The path implementation of the Database.