Share via


TargetSetLevel.TargetType Property

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

Syntax

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

Property Value

Type: System.Type