Compartir a través de


NetName Propiedad

Gets the NetName property value.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<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 de la propiedad

Tipo: System. . :: . .String
String

Implementa

IServerInformation. . :: . .NetName