Właściwość ServerProperty.Type
Pobiera lub ustawia typ skojarzony z ServerProperty obiektu.
Przestrzeń nazw: Microsoft.AnalysisServices
Zestaw: Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)
Składnia
'Deklaracja
Public Property Type As String
Get
Set
'Użycie
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)
Wartość właściwości
Typ: System.String
A ciąg zawierający typ.