Compartilhar via


Propriedade NetName

Gets the NetName property value.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
<SfcPropertyAttribute> _
Public ReadOnly Property NetName As String
    Get
'Uso
Dim instance As Server
Dim value As String

value = instance.NetName
[SfcPropertyAttribute]
public string NetName { get; }
[SfcPropertyAttribute]
public:
virtual property String^ NetName {
    String^ get () sealed;
}
[<SfcPropertyAttribute>]
abstract NetName : string
[<SfcPropertyAttribute>]
override NetName : string
final function get NetName () : String

Valor da propriedade

Tipo: System. . :: . .String
String

Implementa

IServerInformation. . :: . .NetName