Propriedade do RDL 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.

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

Sintaxe

'Declaração
ReadOnly Property Path As String 
    Get
'Uso
Dim instance As IMajorObject 
Dim value As String 

value = instance.Path
string Path { get; }
property String^ Path {
    String^ get ();
}
abstract Path : string
function get Path () : String

Valor da propriedade

Tipo: System.String
The path implementation.

Consulte também

Referência

IMajorObject Interface

Namespace Microsoft.AnalysisServices