Freigeben über


TargetSet.TargetTypeSkeleton-Eigenschaft

Gets the target type skeleton for the target set.

Namespace:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Syntax

'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.Required)> _
<SfcKeyAttribute()> _
Public ReadOnly Property TargetTypeSkeleton As String 
    Get
'Usage
Dim instance As TargetSet 
Dim value As String 

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

Eigenschaftswert

Typ: System.String
A String object that represents the target type skeleton for the target set.

Hinweise

Der Namespace, die Klasse oder das Element wird nur in der Version 2.0 von Microsoft .NET Framework unterstützt.

Siehe auch

Verweis

TargetSet Klasse

Microsoft.SqlServer.Management.Dmf-Namespace