Propriedade ServiceName
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
<SfcPropertyAttribute> _
Public ReadOnly Property ServiceName As String
Get
'Uso
Dim instance As Server
Dim value As String
value = instance.ServiceName
[SfcPropertyAttribute]
public string ServiceName { get; }
[SfcPropertyAttribute]
public:
property String^ ServiceName {
String^ get ();
}
[<SfcPropertyAttribute>]
member ServiceName : string
function get ServiceName () : String
Valor da propriedade
Tipo: System. . :: . .String
Consulte também