MdxScript.IMajorObject.Path Propiedad
Gets the path implementation of the MdxScript.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
Private ReadOnly Property Path As String
Implements IMajorObject.Path
Get
'Uso
Dim instance As MdxScript
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 admite el uso de implementaciones de interfaces explícitas, pero no la declaración de otras nuevas.
Valor de la propiedad
Tipo: System.String
The path implementation of the MdxScript.