Property.Name Propiedad
Gets the name of the property.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Public ReadOnly Property Name As String
Get
'Uso
Dim instance As [Property]
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 value that specifies the name of the property.