NetName Propiedad
Gets the NetBIOS name of the network on which the instance of SQL Server is running.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.Expensive)> _
Public ReadOnly Property NetName As String
Get
'Uso
Dim instance As Information
Dim value As String
value = instance.NetName
[SfcPropertyAttribute(SfcPropertyFlags.Expensive)]
public string NetName { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Expensive)]
public:
property String^ NetName {
String^ get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Expensive)>]
member NetName : string
function get NetName () : String
Valor de la propiedad
Tipo: System. . :: . .String
A String value that specifies the NetBIOS name.
Vea también