Właściwość Measure.FontName
Pobiera lub ustawia FontName informacji o Measure, używane przez klientów.
Przestrzeń nazw: Microsoft.AnalysisServices
Zestaw: Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)
Składnia
'Deklaracja
<BrowsableAttribute(False)> _
Public Property FontName As String
Get
Set
'Użycie
Dim instance As Measure
Dim value As String
value = instance.FontName
instance.FontName = value
[BrowsableAttribute(false)]
public string FontName { get; set; }
[BrowsableAttribute(false)]
public:
property String^ FontName {
String^ get ();
void set (String^ value);
}
[<BrowsableAttribute(false)>]
member FontName : string with get, set
function get FontName () : String
function set FontName (value : String)
Wartość właściwości
Typ: System.String
A ciąg zawiera FontName informacji.
Uwagi
Same as in Microsoft SQL Server 2000 Usługi Analysis Services; only constants allowed.