共用方式為


TargetType 屬性

Gets the target type for the target set.

命名空間:  Microsoft.SqlServer.Management.Dmf
組件:  Microsoft.SqlServer.Dmf (在 Microsoft.SqlServer.Dmf.dll 中)

語法

'宣告
<SfcPropertyAttribute(SfcPropertyFlags.Data)> _
Public ReadOnly Property TargetType As String
    Get
'用途
Dim instance As TargetSet
Dim value As String

value = instance.TargetType
[SfcPropertyAttribute(SfcPropertyFlags.Data)]
public string TargetType { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Data)]
public:
property String^ TargetType {
    String^ get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Data)>]
member TargetType : string
function get TargetType () : String

屬性值

型別:System. . :: . .String
A String value that specifies the target type for the target set.

備註

只有 Microsoft .NET Framework 2.0 版支援此命名空間、類別或成員。