Partager via


Propriété AdomdProperty.Namespace

Gets or sets a String representing the namespace of the AdomdProperty.

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

Syntaxe

'Déclaration
Public Property Namespace As String 
    Get 
    Set
'Utilisation
Dim instance As AdomdProperty 
Dim value As String 

value = instance.Namespace

instance.Namespace = value
public string Namespace { get; set; }
public:
property String^ Namespace {
    String^ get ();
    void set (String^ value);
}
member Namespace : string with get, set
function get Namespace () : String 
function set Namespace (value : String)

Valeur de propriété

Type : System.String
A String that contains the namespace for the AdomdProperty.

Voir aussi

Référence

AdomdProperty Classe

Espace de noms Microsoft.AnalysisServices.AdomdClient