Compartir a través de


ObjectProperty.Type Propiedad

Gets or sets a value that indicates the type of the property. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
Public Property Type As String 
    Get 
    Set
'Uso
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)

Valor de la propiedad

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

Vea también

Referencia

ObjectProperty Clase

Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc