共用方式為


Server.ServiceName 屬性

Gets the service name for the server.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property ServiceName As String 
    Get
'用途
Dim instance As Server 
Dim value As String 

value = instance.ServiceName
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public string ServiceName { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property String^ ServiceName {
    String^ get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member ServiceName : string
function get ServiceName () : String

屬性值

型別:System.String
A string containing the service name.

請參閱

參考

Server 類別

Microsoft.SqlServer.Management.Smo 命名空間