Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the document properties inherited in the assembly. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public ReadOnly Property Properties As XmlReadProperties
Get
'Usage
Dim instance As XmlReadDoc
Dim value As XmlReadProperties
value = instance.Properties
public XmlReadProperties Properties { get; }
public:
property XmlReadProperties^ Properties {
XmlReadProperties^ get ();
}
member Properties : XmlReadProperties
function get Properties () : XmlReadProperties
Property Value
Type: Microsoft.SqlServer.Management.Sdk.Sfc.XmlReadProperties
The properties of the document.