Propriété TargetSet.TargetType
Gets the target type for the target set.
Espace de noms : Microsoft.SqlServer.Management.Dmf
Assembly : Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)
Syntaxe
'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.Data)> _
Public ReadOnly Property TargetType As String
Get
'Utilisation
Dim instance As TargetSet
Dim value As String
value = instance.TargetType
[SfcPropertyAttribute(SfcPropertyFlags.Data)]
public string TargetType { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Data)]
public:
property String^ TargetType {
String^ get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Data)>]
member TargetType : string
function get TargetType () : String
Valeur de propriété
Type : System.String
A String value that specifies the target type for the target set.
Notes
Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.