Condividi tramite


Proprietà TargetSet.Key.targetTypeSkeleton

Gets the target type skeleton for the TargetSet key.

Spazio dei nomi  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Sintassi

'Dichiarazione
Public Property targetTypeSkeleton As String 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

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

Osservazioni

Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.

Vedere anche

Riferimento

TargetSet.Key Classe

Spazio dei nomi Microsoft.SqlServer.Management.Dmf