Utility.Name Propiedad
Gets the name of the connected SQL Store server.
Espacio de nombres: Microsoft.SqlServer.Management.Utility
Ensamblado: Microsoft.SqlServer.Management.Utility (en Microsoft.SqlServer.Management.Utility.dll)
Sintaxis
'Declaración
<SfcPropertyAttribute(Data := True)> _
Public ReadOnly Property Name As String
Get
'Uso
Dim instance As Utility
Dim value As String
value = instance.Name
[SfcPropertyAttribute(Data = true)]
public string Name { get; }
[SfcPropertyAttribute(Data = true)]
public:
property String^ Name {
String^ get ();
}
[<SfcPropertyAttribute(Data = true)>]
member Name : string
function get Name () : String
Valor de la propiedad
Tipo: System.String
A String containing the SQL Store server name.