Propriedade do RDL Information.FullyQualifiedNetName
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 (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Expensive Or SfcPropertyFlags.Standalone)> _
Public ReadOnly Property FullyQualifiedNetName As String
Get
'Uso
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
Valor da propriedade
Tipo: System.String
A String value that specifies the fully qualified NetBIOS name.
Exemplos
Configurando o SQL Server no SMO