Information.FullyQualifiedNetName Property

Gets the fully qualified NetBIOS name of the network on which the instance of SQL Server is running.

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

Syntax

'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Expensive Or SfcPropertyFlags.Standalone)> _
Public ReadOnly Property FullyQualifiedNetName As String 
    Get
'Usage
Dim instance As Information 
Dim value As String 

value = instance.FullyQualifiedNetName
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Expensive|SfcPropertyFlags.Standalone)]
public string FullyQualifiedNetName { get; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::Expensive|SfcPropertyFlags::Standalone)]
public:
property String^ FullyQualifiedNetName {
    String^ get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Expensive|SfcPropertyFlags.Standalone)>]
member FullyQualifiedNetName : string
function get FullyQualifiedNetName () : String

Property Value

Type: System.String
A String value that specifies the fully qualified NetBIOS name.

Examples

Configuring SQL Server in SMO

See Also

Reference

Information Class

Microsoft.SqlServer.Management.Smo Namespace