TcpProtocol.IsSystemObject プロパティ

TCP プロトコルがシステム オブジェクトであるかどうかを示します。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property IsSystemObject As Boolean 
    Get
'使用
Dim instance As TcpProtocol 
Dim value As Boolean 

value = instance.IsSystemObject
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public bool IsSystemObject { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property bool IsSystemObject {
    bool get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member IsSystemObject : bool
function get IsSystemObject () : boolean

プロパティ値

型: System.Boolean
BooleanTCP プロトコルがシステム オブジェクトである場合は True を返します。TCP プロトコルがシステム オブジェクトではない場合は False を返します。

関連項目

参照

TcpProtocol クラス

Microsoft.SqlServer.Management.Smo 名前空間