Partilhar via


Propriedade do RDL ObjectProperty.Name

Gets or sets a value that indicates the name of the property. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
Public Property Name As String 
    Get 
    Set
'Uso
Dim instance As ObjectProperty 
Dim value As String 

value = instance.Name

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

Valor da propriedade

Tipo: System.String
A string that represents the name of the property.

Consulte também

Referência

ObjectProperty Classe

Namespace Microsoft.SqlServer.Management.Sdk.Sfc