Propriété TargetSet.TargetTypeSkeleton
Gets the target type skeleton for the target set.
Espace de noms : Microsoft.SqlServer.Management.Dmf
Assembly : Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)
Syntaxe
'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.Required)> _
<SfcKeyAttribute()> _
Public ReadOnly Property TargetTypeSkeleton As String
Get
'Utilisation
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
Valeur de propriété
Type : System.String
A String object that represents the target type skeleton for the target set.
Notes
Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.