Partilhar via


Propriedade do RDL TargetSetLevel.TargetType

Gets the target type for the target set.

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

Sintaxe

'Declaração
Public ReadOnly Property TargetType As Type 
    Get
'Uso
Dim instance As TargetSetLevel 
Dim value As Type 

value = instance.TargetType
public Type TargetType { get; }
public:
property Type^ TargetType {
    Type^ get ();
}
member TargetType : Type
function get TargetType () : Type

Valor da propriedade

Tipo: System.Type
A String value that specifies the target type 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