Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the name of the connected SQL Store server.
Namespace: Microsoft.SqlServer.Management.Utility
Assembly: Microsoft.SqlServer.Management.Utility (in Microsoft.SqlServer.Management.Utility.dll)
Syntax
'Declaration
<SfcPropertyAttribute(Data := True)> _
Public ReadOnly Property Name As String
Get
'Usage
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
Property Value
Type: System.String
A String containing the SQL Store server name.