Propriedade do RDL TargetSet.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
<SfcPropertyAttribute(SfcPropertyFlags.Required)> _
<SfcKeyAttribute()> _
Public ReadOnly Property TargetTypeSkeleton As String
Get
'Uso
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
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.