Freigeben über


XmlReadProperty.Size-Eigenschaft

Gets the string value of size. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public ReadOnly Property Size As String 
    Get
'Usage
Dim instance As XmlReadProperty 
Dim value As String 

value = instance.Size
public string Size { get; }
public:
property String^ Size {
    String^ get ();
}
member Size : string
function get Size () : String

Eigenschaftswert

Typ: System.String
A string that represents the size.

Siehe auch

Verweis

XmlReadProperty Klasse

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace