Partager via


Propriété Information.FullyQualifiedNetName

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

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Expensive Or SfcPropertyFlags.Standalone)> _
Public ReadOnly Property FullyQualifiedNetName As String 
    Get
'Utilisation
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

Valeur de propriété

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

Exemples

Configuration de SQL Server dans SMO

Voir aussi

Référence

Information Classe

Espace de noms Microsoft.SqlServer.Management.Smo