Proprietà TargetSetLevel.TargetType

Gets the target type for the target set.

Spazio dei nomi  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property TargetType As Type 
    Get
'Utilizzo
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

Valore proprietà

Tipo: System.Type
A String value that specifies the target type for the target set.

Osservazioni

Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.

Vedere anche

Riferimento

TargetSetLevel Classe

Spazio dei nomi Microsoft.SqlServer.Management.Dmf