Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
<SfcKeyAttribute()> _
<SfcPropertyAttribute(SfcPropertyFlags.Required)> _
Public ReadOnly Property TargetTypeSkeleton As String
Get
'Usage
Dim instance As TargetSetLevel
Dim value As String
value = instance.TargetTypeSkeleton
[SfcKeyAttribute()]
[SfcPropertyAttribute(SfcPropertyFlags.Required)]
public string TargetTypeSkeleton { get; }
[SfcKeyAttribute()]
[SfcPropertyAttribute(SfcPropertyFlags::Required)]
public:
property String^ TargetTypeSkeleton {
String^ get ();
}
[<SfcKeyAttribute()>]
[<SfcPropertyAttribute(SfcPropertyFlags.Required)>]
member TargetTypeSkeleton : string
function get TargetTypeSkeleton () : String
Property Value
Type: System.String
A String object that represents the target type skeleton for the target set.
Remarks
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.