Propriedade do RDL Property.ISfcProperty.Name
Gets the name of the property.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
Private ReadOnly Property Name As String
Implements ISfcProperty.Name
Get
'Uso
Dim instance As [Property]
Dim value As String
value = CType(instance, ISfcProperty).Name
string ISfcProperty.Name { get; }
private:
virtual property String^ Name {
String^ get () sealed = ISfcProperty::Name::get;
}
private abstract Name : string
private override Name : string
JScript dá suporte ao uso de implementações de interfaces explícitas, mas não a declarações de implementações novas.
Valor da propriedade
Tipo: System.String
A String value that specifies the name of the property.