Compartir a través de


Server.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(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property NetName As String 
    Get
'Uso
Dim instance As Server 
Dim value As String 

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

Valor de la propiedad

Tipo: System.String
The NetName property value.

Implementa

IServerInformation.NetName

Vea también

Referencia

Server Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo