SqlPropertyInfo.PropertyType プロパティ

プロパティの型を取得します。

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

構文

'宣言
Public ReadOnly Property PropertyType As Type 
    Get
'使用
Dim instance As SqlPropertyInfo 
Dim value As Type 

value = instance.PropertyType
public Type PropertyType { get; }
public:
property Type^ PropertyType {
    Type^ get ();
}
member PropertyType : Type
function get PropertyType () : Type

プロパティ値

型: System.Type
プロパティの型を示す Type システム オブジェクトの値。

使用例

プロパティの設定

関連項目

参照

SqlPropertyInfo クラス

Microsoft.SqlServer.Management.Smo 名前空間