Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the spatial index structured parameter by name spatial index option BOUNDING_BOX.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property Parameter As BoundingBoxParameterType
Get
Set
'Usage
Dim instance As BoundingBoxParameter
Dim value As BoundingBoxParameterType
value = instance.Parameter
instance.Parameter = value
public BoundingBoxParameterType Parameter { get; set; }
public:
property BoundingBoxParameterType Parameter {
BoundingBoxParameterType get ();
void set (BoundingBoxParameterType value);
}
member Parameter : BoundingBoxParameterType with get, set
function get Parameter () : BoundingBoxParameterType
function set Parameter (value : BoundingBoxParameterType)
Eigenschaftswert
Typ: Microsoft.SqlServer.TransactSql.ScriptDom.BoundingBoxParameterType
The spatial index structured parameter.