TargetSet.TargetType Propiedad
Gets the target type for the target set.
Espacio de nombres: Microsoft.SqlServer.Management.Dmf
Ensamblado: Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)
Sintaxis
'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.Data)> _
Public ReadOnly Property TargetType As String
Get
'Uso
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
Valor de la propiedad
Tipo: System.String
A String value that specifies the target type for the target set.
Comentarios
Este espacio de nombres, clase o miembro solamente se admite en la versión 2.0 de Microsoft .NET Framework.