Partager via


Propriété ObjectProperty.Type

Gets or sets a value that indicates the type of the property. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

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

Syntaxe

'Déclaration
Public Property Type As String 
    Get 
    Set
'Utilisation
Dim instance As ObjectProperty 
Dim value As String 

value = instance.Type

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

Valeur de propriété

Type : System.String
A string that represents the type of the property.

Voir aussi

Référence

ObjectProperty Classe

Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc