Compartir a través de


INamedComponent.Name Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets or sets the name of the component as presented to user.

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

Sintaxis

'Declaración
Property Name As String 
    Get 
    Set
'Uso
Dim instance As INamedComponent 
Dim value As String 

value = instance.Name

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

Valor de la propiedad

Tipo: System.String
The name of the component.

Vea también

Referencia

INamedComponent Interfaz

Espacio de nombres Microsoft.AnalysisServices