TargetType プロパティ
名前空間: Microsoft.SqlServer.Management.Dmf
アセンブリ: Microsoft.SqlServer.Dmf (Microsoft.SqlServer.Dmf.dll)
構文
'宣言
Public ReadOnly Property TargetType As Type
Get
'使用
Dim instance As TargetSetLevel
Dim value As Type
value = instance.TargetType
public Type TargetType { get; }
public:
property Type^ TargetType {
Type^ get ();
}
member TargetType : Type
function get TargetType () : Type