Partager via


Propriété TargetSet.Key.targetTypeSkeleton

Gets the target type skeleton for the TargetSet key.

Espace de noms :  Microsoft.SqlServer.Management.Dmf
Assembly :  Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)

Syntaxe

'Déclaration
Public Property targetTypeSkeleton As String 
    Get 
    Set
'Utilisation
Dim instance As TargetSet.Key 
Dim value As String 

value = instance.targetTypeSkeleton

instance.targetTypeSkeleton = value
public string targetTypeSkeleton { get; set; }
public:
property String^ targetTypeSkeleton {
    String^ get ();
    void set (String^ value);
}
member targetTypeSkeleton : string with get, set
function get targetTypeSkeleton () : String 
function set targetTypeSkeleton (value : String)

Valeur de propriété

Type : System.String
A String value that specifies the target type skeleton of the key value.

Notes

Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.

Voir aussi

Référence

TargetSet.Key Classe

Espace de noms Microsoft.SqlServer.Management.Dmf