Condividi tramite


Proprietà Type

Gets or sets the type associated with a ServerProperty object.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public Property Type As String
    Get
    Set
'Utilizzo
Dim instance As ServerProperty
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)

Valore proprietà

Tipo: System. . :: . .String
A String that contains the type.