Compartir a través de


NamedSet.Name Propiedad

Gets the name of the NamedSet.

Espacio de nombres:  Microsoft.AnalysisServices.AdomdClient
Ensamblado:  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Sintaxis

'Declaración
Public ReadOnly Property Name As String 
    Get
'Uso
Dim instance As NamedSet 
Dim value As String 

value = instance.Name
public string Name { get; }
public:
property String^ Name {
    String^ get ();
}
member Name : string
function get Name () : String

Valor de la propiedad

Tipo: System.String
A String that contains the name of the NamedSet.

Comentarios

The information for this property is retrieved from the SET_NAME column of the Conjunto de filas MDSCHEMA_SETS.

Vea también

Referencia

NamedSet Clase

Espacio de nombres Microsoft.AnalysisServices.AdomdClient