PhysicalFacetAttribute Constructor (PhysicalFacetOptions)
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 Sub New ( _
options As PhysicalFacetOptions _
)
'Usage
Dim options As PhysicalFacetOptions
Dim instance As New PhysicalFacetAttribute(options)
public PhysicalFacetAttribute(
PhysicalFacetOptions options
)
public:
PhysicalFacetAttribute(
PhysicalFacetOptions options
)
new :
options:PhysicalFacetOptions -> PhysicalFacetAttribute
public function PhysicalFacetAttribute(
options : PhysicalFacetOptions
)
Parameters
- options
Type: Microsoft.SqlServer.Management.Sdk.Sfc.PhysicalFacetOptions
The list of options for the attributes of the physical facet.