ManagedInstance.NetName Property

Definition

Gets the NetBIOS name of the network on which the server instance is running.

public:  property System::String ^ NetName {  public:
System::String ^ get(); protected:
 void set(System::String ^ value); };
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyFlags.Data)]
public string NetName { get; protected set; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyFlags.Data)>]
member this.NetName : string with get, set
Public Property NetName As String

Property Value

A String value that specifies the NetBIOS name of the server instance network.

Attributes

Applies to