Condividi tramite


Proprietà Server.NetName

Gets the NetName property value.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property NetName As String 
    Get
'Utilizzo
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

Valore proprietà

Tipo: System.String
The NetName property value.

Implementa

IServerInformation.NetName

Vedere anche

Riferimento

Server Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo