ManagedInstance.NetName 속성

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

네임스페이스:  Microsoft.SqlServer.Management.Utility
어셈블리:  Microsoft.SqlServer.Management.Utility(Microsoft.SqlServer.Management.Utility.dll)

구문

‘선언
<SfcPropertyAttribute(SfcPropertyFlags.Data)> _
Public Property NetName As String 
    Get 
    Protected Set
‘사용 방법
Dim instance As ManagedInstance 
Dim value As String 

value = instance.NetName

instance.NetName = value
[SfcPropertyAttribute(SfcPropertyFlags.Data)]
public string NetName { get; protected set; }
[SfcPropertyAttribute(SfcPropertyFlags::Data)]
public:
property String^ NetName {
    String^ get ();
    protected: void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Data)>]
member NetName : string with get, set
function get NetName () : String 
protected function set NetName (value : String)

속성 값

유형: System.String
A String value that specifies the NetBIOS name of the server instance network.

참고 항목

참조

ManagedInstance 클래스

Microsoft.SqlServer.Management.Utility 네임스페이스