TargetSetLevel.TargetType Property
Gets the target type for the target set.
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
A String value that specifies the target type for the target set.
Remarks
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.