PhysicalFacetAttribute Constructors

Definition

Overloads

PhysicalFacetAttribute()

Creates a PhysicalFacet with no options selected

PhysicalFacetAttribute(PhysicalFacetOptions)

Creates a PhysicalFacet with the options specified in the constructor

PhysicalFacetAttribute()

Creates a PhysicalFacet with no options selected

public PhysicalFacetAttribute ();
Public Sub New ()

Applies to

PhysicalFacetAttribute(PhysicalFacetOptions)

Creates a PhysicalFacet with the options specified in the constructor

public PhysicalFacetAttribute (Microsoft.SqlServer.Management.Sdk.Sfc.PhysicalFacetOptions options);
new Microsoft.SqlServer.Management.Sdk.Sfc.PhysicalFacetAttribute : Microsoft.SqlServer.Management.Sdk.Sfc.PhysicalFacetOptions -> Microsoft.SqlServer.Management.Sdk.Sfc.PhysicalFacetAttribute
Public Sub New (options As PhysicalFacetOptions)

Parameters

Applies to