PhysicalFacetAttribute Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- options
- PhysicalFacetOptions