Partilhar via


Propriedade do RDL TargetSetLevel.TargetTypeSkeleton

Gets the target type skeleton for the target set.

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

Sintaxe

'Declaração
<SfcKeyAttribute()> _
<SfcPropertyAttribute(SfcPropertyFlags.Required)> _
Public ReadOnly Property TargetTypeSkeleton As String 
    Get
'Uso
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

Valor da propriedade

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

Comentários

Só há suporte para esse namespace, classe ou membro na versão 2.0 do Microsoft .NET Framework.

Consulte também

Referência

TargetSetLevel Classe

Namespace Microsoft.SqlServer.Management.Dmf