Propriété TargetSetLevel.Key.targetTypeSkeleton
Gets the target type skeleton for the TargetSetLevel 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 TargetSetLevel.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.